From 68e3bd7b77710a7a1ee9e5c3b652d78edde48846 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Thu, 18 Dec 2008 17:14:27 +0000 Subject: [PATCH] x86: Quieten tracing in msi startup/shutdown handlers. Signed-off-by: Keir Fraser --- xen/arch/x86/io_apic.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/xen/arch/x86/io_apic.c b/xen/arch/x86/io_apic.c index b385d0ffee..035e0152eb 100644 --- a/xen/arch/x86/io_apic.c +++ b/xen/arch/x86/io_apic.c @@ -1551,7 +1551,6 @@ static struct hw_interrupt_type ioapic_level_type = { static unsigned int startup_msi_vector(unsigned int vector) { - dprintk(XENLOG_INFO, "startup msi vector %x\n", vector); unmask_msi_vector(vector); return 0; } @@ -1567,7 +1566,6 @@ static void end_msi_vector(unsigned int vector) static void shutdown_msi_vector(unsigned int vector) { - dprintk(XENLOG_INFO, "shutdown msi vector %x\n", vector); mask_msi_vector(vector); } -- 2.30.2